home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / parser.jar / com / sun / xml / parser / ElementDecl.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-02-23  |  633 b   |  18 lines

  1. package com.sun.xml.parser;
  2.  
  3. class ElementDecl {
  4.    String name;
  5.    // $FF: renamed from: id java.lang.String
  6.    String field_0;
  7.    String contentType;
  8.    ElementValidator validator;
  9.    ContentModel model;
  10.    boolean ignoreWhitespace;
  11.    boolean isFromInternalSubset;
  12.    SimpleHashtable attributes = new SimpleHashtable();
  13.  
  14.    ElementDecl(String var1) {
  15.       this.name = var1;
  16.    }
  17. }
  18.